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
2022-03-25Remove moot parensHEADmainXhmikosR
2022-03-25Fix commentsXhmikosR
2022-03-25Fix postcss 8.x compatibility (#435)c0rdyc3p5
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-01Lint tweaks (#422)XhmikosR
* switch to always using a space in object curly braces * consistently use strict mode * move a constant outside of the constructor * use Object spread instead of Object.assign * use a ternary in more places * remove redundant parentheses * enable `prefer-template` rule so that we are consistent * return early in a few cases
2021-08-04Switch to using for...of (#414)XhmikosR
2020-10-20postcss.js: fix lint errorXhmikosR
2020-06-22Rename master to mainMartijn Cuppens
2019-08-29Typo: Remove double for (#161)Martijn Cuppens
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
2019-02-17License tweaks (#93)XhmikosR
* postcss.js: change header to a more standard one. * LICENSE: bump year.
2019-02-17Rename variable and remove xo suppression. (#92)XhmikosR
2019-02-13ES6-ify and lint all JS files. (#79)XhmikosR
* Enforce LF * ES6-ify and lint all JS files.
2019-02-11Move files to root to make imports easierMartijn Cuppens