Intro
Goals and structure of Sipster-Core
Unlike other CSS libraries, Sipster-Core is not based on predefined styles, classes and structures. Instead, Sipster-Core is a SCSS tool library that offers developers non-intrusive functions and mixins at the moment of adding styles into their projects. The only exception to this distinction can be found in the sds-reset.scss file, which offers actual CSS properties to improve style implementation across browsers, ensuring everything looks the same in different browsers and operating systems.
For developers who are not familiar with functions and mixins in SCSS, there is a complete chapter in here dedicated to explaining what they are as well as how and when to use them.
Last updated