testio-tailwind 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/package.json +7 -6
- package/src/_includes/page-with-sidebar-nocode.njk +0 -9
- package/src/assets/stylesheets/components/markdown_trix_styles.css +1 -1
- package/src/assets/stylesheets/tailwind.config.js +1 -0
- package/src/pages/icons/index.njk +6 -14
- package/src/pages/layout/app_layout.haml +4 -4
- package/src/pages/layout/index.njk +1 -1
- package/src/pages/layout/max_width.haml +1 -1
- package/src/static/app.compiled.css +29 -0
- package/src/static/app.compiled.css.map +1 -1
- package/utils/transforms.js +1 -1
- package/src/pages/icons/marketingicons.haml +0 -16
package/utils/transforms.js
CHANGED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: icons
|
|
3
|
-
title: Icons for marketing and presentation
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
%ul.list-inline
|
|
7
|
-
%li.icon.icon-lg.icon-critical
|
|
8
|
-
%li.icon.icon-lg.icon-high
|
|
9
|
-
%li.icon.icon-lg.icon-low
|
|
10
|
-
%li.icon.icon-lg.icon-visual
|
|
11
|
-
%li.icon.icon-lg.icon-content
|
|
12
|
-
%li.icon.icon-lg.icon-usability
|
|
13
|
-
%p.mb-heading If you are looking for SVG and PNG versions of the icons to include them into your presentation look no further. Download the ZIP and get started prettifying your life.
|
|
14
|
-
%a.btn.btn-xl.btn-primary{href:"/downloads/Bugandtesttype_icons.zip"}
|
|
15
|
-
.icon.icon-criticalissues-xl
|
|
16
|
-
Download ZIP
|