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-25Update stylelint (#443)XhmikosR
* Update stylelint to v14 and switch to stylelint-config-twbs-bootstrap * Lint fixes
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-09-07Fix `import/extensions` issuesXhmikosR
2021-07-01CI: run examples tooXhmikosR
2021-07-01Build(deps-dev): Bump gulp-sass from 4.1.0 to 5.0.0 (#407)dependabot[bot]
* Build(deps-dev): Bump gulp-sass from 4.1.0 to 5.0.0 Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/dlmanning/gulp-sass/releases) - [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/dlmanning/gulp-sass/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: gulp-sass dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update examples/scss/gulpfile.js to use node-sass Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
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-18Apply stylelint.Martijn Cuppens
2019-02-18Remove Sprintf from stylus to prevent strict mocha errorsMartijn Cuppens
2019-02-17examples/README.md: combine Sass with SCSS (#96)XhmikosR
2019-02-17Remove unneeded else conditions. (#95)XhmikosR
If an error is thrown, execution won't move any further so this is redundant.
2019-02-17docs: use lowercase `or`. (#94)XhmikosR
2019-02-13ES6-ify and lint all JS files. (#79)XhmikosR
* Enforce LF * ES6-ify and lint all JS files.
2019-02-13Format markdown files (#80)XhmikosR
2019-02-11Move files to root to make imports easierMartijn Cuppens
2019-02-11Tweak examplesMartijn Cuppens
2019-02-11Fix incorrect generated cssMartijn Cuppens
2019-02-11Increase base font size to 1.25rem and factor to 10Martijn Cuppens
2019-02-11Remove redundant .sass versionMartijn Cuppens
2019-02-11#48: rename rfs-minimum-font-size to rfs-base-font-sizeMartijn Cuppens
2018-10-13Fix unitless bugMartijn Cuppens
2018-10-13Add unitless examplesMartijn Cuppens
2018-07-17#14: safari iframe fix - PostCSSMartijn Cuppens
2018-07-16Update packages && rerun buildsMartijn Cuppens
2018-02-24:bulb: example updatesMartijn Cuppens
2018-02-01Add npm scriptsMartijn Cuppens
2018-01-31Examples readme updateMartijn Cuppens
2018-01-31ExamplesMartijn Cuppens
2018-01-31Examples, stylelint, yarn, stylus bugfixes and much more...Martijn Cuppens
2018-01-28combine all languagesMartijn Cuppens