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 README.mdXhmikosR
2021-12-01README.md: update badgesXhmikosR
2020-08-09README: Change incorrect file extension scss->sassNeelansh Mathur
Change in the SASS example: // scss/main.scss to // sass/main.sass Since the folder structure given above clearly states that sass/main.sass is to be edited
2020-06-22Rename master to mainMartijn Cuppens
2020-06-02README Documentation Typo Fix: 'space' -> 'comma'voltaek
Several examples in the README documentation mention escaping a space character, but then show escaping a comma character instead. This is a quick fix for those. Note that I haven't gone through other files in the repo to check if they have that same or similar typos, so this may need adjusted elsewhere as well if this phrase was copy/pasted around in other documentation.
2019-10-20Grammer correctionsakshayknz
2019-10-08README.md: link to the Tests workflow.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-23Fix typo in READMEivanjonas
"must me" => "must be"
2019-08-18Switch to GitHub Actions CI. (#153)XhmikosR
2019-05-03README.md: add devDependencies badge.XhmikosR
2019-04-03Remove font size mixin docs stylus (#132)Martijn Cuppens
* Remove font-size mixin in docs for stylus See https://github.com/twbs/rfs/pull/129#issuecomment-477926416 for additional info
2019-04-01Fix CircleCI badge.XhmikosR
2019-04-01Switch to CircleCI. (#125)XhmikosR
2019-03-24Add browser support noticeMartijn Cuppens
2019-03-07Fix typoBoring
2019-03-04Move logo to root (#112)Martijn Cuppens
2019-02-24Remove duplicate explanation (#109)Martijn Cuppens
2019-02-24Remove sanitize from gif url (#108)XhmikosR
2019-02-24Move images to .github folder (#107)Martijn Cuppens
2019-02-23Graph explanation (#103)Martijn Cuppens
2019-02-22Document rem value (#104)Martijn Cuppens
2019-02-17docs: use lowercase `or`. (#94)XhmikosR
2019-02-17README.md: Make Bootstrap title case. (#91)XhmikosR
2019-02-17update demo link (#89)Christian Oliff
2019-02-16Split `@import`s with appropriate syntax (#86)Martijn Cuppens
2019-02-15Update README.md (#85)XhmikosR
2019-02-13Update Travis build badge to point to the master branch. (#77)XhmikosR
2019-02-13Update mixins (#76)Martijn Cuppens
2019-02-11Fix copyMartijn Cuppens
2019-02-11change `responsive-font-size` to `font-size`Martijn Cuppens
2019-02-11Move files to root to make imports easierMartijn Cuppens
2019-02-11Readme updates (#63)Martijn Cuppens
- Add image to intro - Add table of contents - Add license & build badge - Linting fixes
2019-02-11Update graphMartijn Cuppens
2019-02-11Documentation updatesMartijn Cuppens
2019-02-11Fix important demo valuesMartijn Cuppens
2019-02-11#51: rfs documentation: add file locationsMartijn Cuppens
2019-02-11#51: rfs documentationMartijn Cuppens
2019-02-11Increase base font size to 1.25rem and factor to 10Martijn Cuppens
2019-02-11Documentation updateMartijn Cuppens
2019-02-11#48: rename rfs-minimum-font-size to rfs-base-font-sizeMartijn Cuppens
2019-02-11Documentation intro updateMartijn Cuppens
2018-11-26HTTPS links (#43)Christian Oliff
2018-11-08README.md tweaks. (#36)XhmikosR
* More README.md tweaks. * Update README.md
2018-11-08Update project urlMartijn Cuppens
2018-11-08README.md: Markdown tweaksXhmikosR
2018-09-11rewords screen size to viewport sizeAndres Galante
2018-07-17#14: safari iframe fix - documentation update fixMartijn Cuppens
2018-07-17#14: safari iframe fix - documentation update fixMartijn Cuppens