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-25Optimize SVGsXhmikosR
2022-03-25Add dependabot config for actions (#442)XhmikosR
2022-03-25Update CI (#439)XhmikosR
2021-12-01Delete dependabot.ymlXhmikosR
2021-08-04CI: split lint to a separate worflow (#416)XhmikosR
2021-07-26CI: make use of `actions/setup-node` cache option (#411)XhmikosR
2021-07-01CI: run examples tooXhmikosR
2021-07-01Drop Node.js 10.x, add Node.js 16 on CIXhmikosR
2021-04-27Update dependabot.yml (#380)XhmikosR
2021-01-14CI: update to `actions/setup-node@v2` (#340)XhmikosR
2020-12-23CI: specify `FORCE_COLOR: 2` (#335)XhmikosR
2020-11-10Update CI (#319)XhmikosR
Skip dependabot branches since it always opens a PR
2020-09-22Update dependabot.yml (#300)XhmikosR
Remove `rebase-strategy: disabled`. This repo is fine with rebasing since it doesn't have BrowserStack.
2020-06-25Update Dependabot config file (#279)dependabot-preview[bot]
* Update Dependabot config file * Update dependabot.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-22Rename master to mainMartijn Cuppens
2020-04-28CI: Add Node.js 14 (#256)XhmikosR
2020-04-28CI: remove no longer needed steps (#255)XhmikosR
The latest `actions/setup-node` prints this info by default
2020-02-11Drop Node.js 8.x supportXhmikosR
2019-12-13CI: update to `actions/checkout@v2` (#195)XhmikosR
2019-10-08CI: specify `CI: true`.XhmikosR
2019-09-21Actions updates (#165)XhmikosR
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-08-20Update test.yml.XhmikosR
* add `fast-fail: false` * add name in the clone step
2019-08-18Switch to GitHub Actions CI. (#153)XhmikosR
2019-03-04Move logo to root (#112)Martijn Cuppens
2019-03-04Copy change (#111)Martijn Cuppens
Change `screen-width` to `viewport width`
2019-02-24Move images to .github folder (#107)Martijn Cuppens
2019-02-13Format markdown files (#80)XhmikosR
2019-02-11Move code of conduct & contributing files to .github folderMartijn Cuppens
2019-02-11Add codeowners fileMartijn Cuppens