Skip to content

Commit ef77f44

Browse files
committed
Added themes link
1 parent 39ff849 commit ef77f44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/blog/admin.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@
3030
* Easier to change colors and styles to suit your needs.
3131
* No requirements on external JS libraries.
3232
* Built with LESS, ships as CSS.
33-
* Themes, to get you started (also as easily overridable LESS) in min and normal sizings.
33+
* Themes, to get you started (also as easily overridable LESS) in min and normal sizings. See "cmroanirgo.github.io/inviscss/demo/themes.html":https://cmroanirgo.github.io/inviscss/demo/themes.html
3434
* Flexbox layout.
3535
* IE10 and everything else.
3636

3737
The flexbox layout is a modified version of "flexboxgrid":http://flexboxgrid.com/ (so that it works more like Bootstrap), & uses Bootstrap's naming conventions, eg. @col-sm-10 col-md-8 col-lg-6@ to give very powerful layouts. Unfortunately, this, more than most, is where the CSS bloat begins, but I feel that the benefits outweigh the need to be a *minimal* CSS library. At the moment, InvisCSS is about 40Kb zipped without trying too hard, but has plenty room for improvement, since there are still a lot of legacy browsers out there that don't fully support the latest Flex specs. As this improves, the size will plummet, because most of the CSS is in providing @-webkit-@ and @-ms-@ wrappers (thanks to less-plugin-autoprefix). As such, browser support is pretty good with most of the browsers (including mobile), being amply supported.
3838

39-
Here's the same page on a narrow screen:
40-
39+
Here's the same page on a narrow screen/mobile:
4140

4241
!(shadow)=/images/ergo-admin2.png!
4342

0 commit comments

Comments
 (0)