Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-28Support for every property (#144)Martijn Cuppens
- Support for all properties - Shorthand mixins for margins and paddings - Support for custom properties - Clearer way to declare `!important` rules: `@include rfs(1rem !important)` instead of `@include rfs(1rem, true)` - Switched to mobile first approach, still possible to switch to the `max-width` media queries if needed - Configuration variables are changed: - Base font size -> Base value - Font size unit -> Unit - `responsive-font-size` property changed to `rfs()` function (see https://github.com/twbs/rfs/issues/116) - Dropped `responsive-font-size` mixins - Dropped Less 2 support since we had to work with lists - Prevent generation of `/test/expected/main.css` - Additional tests for new implementations - Cleanup npm scripts examples - Code examples in `README.md` are grouped by processor and collapsed
2018-11-18Move repo to twbs (#40)Martijn Cuppens
2018-07-16#16: change project urlsMartijn Cuppens
2018-01-28Update documentationMartijn Cuppens
2018-01-06v7v7.0.0Martijn Cuppens
- switched to rem as default rendering - increased minimum font-size to 1rem - disable-responsive-font-size class
2017-11-15Use font-size() as alias for rfs()Martijn Cuppens
2017-07-03Add bower-fileMartijn