Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-15build/postcss.config.js: minor tweaks (#35506)XhmikosR
2020-12-04Move rtlcss to postcss.config.jsXhmikosR
2020-11-23postcss.config.js: remove arrow return (#32235)XhmikosR
2019-03-11Comply to the new rules.XhmikosR
2018-11-28Revert "build/*.js: set `sourceType` to module."XhmikosR
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
2018-08-12build/*.js: set `sourceType` to module.XhmikosR
2018-01-11Comply to the new rules.XhmikosR
2017-10-22Set autoprefixer's cascade option to false. (#24459)XhmikosR
This saves a few bytes from the unminified dist files.
2017-10-09Remove unused code from postcss.config.js.XhmikosR
We actually want to generate a sourcemap for docs.min.css.
2017-10-09Run autoprefixer for examples' CSS too.XhmikosR
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR
2017-09-26Move Autoprefixer's config in package.json.XhmikosR
This is so other plugins can use it too.
2017-08-27Update URL for supported browsersChristian Oliff
2017-06-30ios9 and up operaMark Otto
2017-06-30narrow browser support in postcssMark Otto
2017-06-19remove postcss-flexbugs-fixes from build processMark Otto
2017-04-20Build system overhaul.Bardi Harborow