AdminLTE Midnight theme: customising templates

AdminLTE is by far one of the great examples of what Bootstrap CSS can do and consists of pre-defined UI elements used for Admin control panels. Similarly we have ElementUI, Bulma, and Bootstrap CSS in its core. Right now, there’s a massive amount of various admin panels on the net. AdminLTE Midnight Theme So, I made a quick Proof of Concept on how we can easily convert default AdminLTE layout into a dark theme, with a bit of help from grunt and yarn....

October 19, 2018 · 1 min · anvyst

Reduce CSS bundle size by cutting class names

This is pure awesomeness! Gajus Kuizinas went beyond asset minifiers which resulted from 140KB to 53KB CSS size decrease. There is one thing a minifier cannot do – change the selector names. This is because a CSS minifier does not control the HTML output. Meanwhile, CSS names can get long. All the details are in the post worth reading, if still think that webpack can only merge JS files in a bundle....

September 5, 2017 · 1 min · anvyst

CSS-Crush: css-preprocessor

Vendor prefixes for properties, functions, @-rules and even full declarations are automatically generated – based on trusted sources. So you can maintain cross-browser support while keeping your source code clean and easy to maintain. CSS CRUSH

August 4, 2014 · 1 min · anvyst