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
path: root/test
AgeCommit message (Collapse)Author
2021-09-07Fix `import/extensions` issuesXhmikosR
2021-08-04Switch to using for...of (#414)XhmikosR
2021-08-04Rename less to less3. (#415)XhmikosR
2021-07-26Add Less 4 tests tooXhmikosR
2020-02-29Add additional testMartijn Cuppens
2020-02-29Two dimensional fixBenjamin Preiss
2020-01-14Move mocha opts to package.json. (#205)XhmikosR
mocha.opts is deprecated.
2019-10-23Add Dart Sass testsMartijn 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-04-08Update deps and add back mocha.opts. (#126)XhmikosR
2019-04-02Declare font-size mixin for less and add tests (#129)Thiago da Silva
2019-02-24Update mocha to 6.0.1. (#106)XhmikosR
Also remove mocha.opts now since it fails.
2019-02-18Add mocha.opts with stricter settings.XhmikosR
2019-02-18test.js: better check for Promise.Johann-S
2019-02-18test.js: move to a function.XhmikosR
2019-02-17Refactor tests. (#90)XhmikosR
2019-02-13ES6-ify and lint all JS files. (#79)XhmikosR
* Enforce LF * ES6-ify and lint all JS files.
2019-02-12Lint test.js (#75)XhmikosR
2019-02-12Remove warning if RFS is included more than once (#73)Martijn Cuppens
2019-02-11Move files to root to make imports easierMartijn Cuppens
2019-02-11More mocha tests (#62)Martijn Cuppens
2019-02-11Update generated filesMartijn Cuppens
2019-02-11Mocha testsMartijn Cuppens