1
1
mirror of https://github.com/primer/css.git synced 2024-11-25 18:26:14 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Katie Langerman
a03827b0a0
Cleanup old Primitive imports (#2606)
* cleanup

* Create three-apples-beg.md

* add color imports to sb

* sb upgrades
2024-04-09 11:55:11 -07:00
Katie Langerman
352ed7b755
Add new PostCSS fallback config (#2457)
* add new fallback config

* Create swift-moles-jump.md
2023-06-09 11:13:04 -07:00
Katie Langerman
fe17ba05ac
Bump primitives v7.11.10 (#2439)
* bump

* Create fair-horses-roll.md

* bump

* add plugin

* remove test

* Rebuild lock

* fix docs dep

* Update fair-horses-roll.md

---------

Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2023-05-31 11:09:16 -07:00
Jon Rohan
12488ce98a
Fix issue with canary publishing (#2444)
* downgrade postcss

* canary release on dependabot
2023-05-12 10:40:35 -07:00
dependabot[bot]
d89fd2323f
Bump stylelint and stylelint-scss (#1697)
* Bump stylelint and stylelint-scss

Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). These dependencies needed to be updated together.

Updates `stylelint` from 13.13.1 to 14.0.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.0.0)

Updates `stylelint-scss` from 3.21.0 to 4.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/3.21.0...v4.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: stylelint-scss
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Set customSyntax

* Update postcss.config.cjs

* Remove example code

* Fix stylelint config

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2021-10-28 17:47:09 +00:00
Jon Rohan
20e0cebce2
Fixing docs build (#1634) 2021-10-01 16:22:30 -07:00
Jon Rohan
e47324faa4
Convert build tools to use dart-sass (#1617)
* Installing dart-sass

* Moving css compiling to separate file

* Removing node version

* Create polite-mayflies-refuse.md

* Don't compile support files

* Fix test to not check support

* Create olive-ants-kick.md
2021-09-24 00:49:00 +00:00
Kristján Oddsson
303cacae77
Convert package to a ES module (#1528)
* Set package as being a ES module package

* Set `engines` key to node versions that support ES modules

* Rename postcss config to a CommonJS extension

* Use import and export statements

* Import the default globby export

* Set stylelint config files as CommonJS files

* Convert prettier config to a CommonJS module

* Set a root ESLint config folder

* silence non-error output for dist

* export esm for stats modules

* Convert bundle size report

* Create strong-lemons-ring.md

Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2021-08-11 14:10:47 -07:00