Releases: nemuvski/nacss
Releases · nemuvski/nacss
v2.0.2
Full Changelog: v2.0.1...v2.0.2
What's Changed
- Change font-family of pre,code,kbd,samp elements
monospace, monospace
->monospace, serif
- Fix pseudo-element selector
::-webkit-file-upload-button
::-webkit-search-cancel-button
Documents
- Added samples of indeterminate input/progress element
Misc
- Change linter/formatter
- ESLint/Prettier -> Biome
- Change CSS preprocessor/optimizer
- csso -> Lightning CSS
- Removed unnecessary files
v2.0.1
Full Changelog: v2.0.0...v2.0.1
What's Changed
- Changed CSS optimizer
- clean-css -> csso (PR)
- Fixed
- Selectors in the minified CSS file had been containing line feed characters, which have been removed. See below.
Before
/* excerpt */
:where(
body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,hr,input,button,optgroup,textarea,select
){margin:0}
After
/* excerpt */
:where(body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,hr,input,button,optgroup,textarea,select){margin:0}
Documents
- Update README.md and docs
- Changed CDN destination URL
v2.0.0
Full Changelog: v1.1.0...v2.0.0
Features
- Use :where selector (pseudo-classes)
- Changed Specificity
- Set overflow-wrap to 'p', 'h1-6'
- Set block-size and max-inline-size to 'svg', 'img', 'picture', 'video'
- Add 'pointer-events: none' to an element with 'inert' or 'readonly'
- Add styles to an element with 'inert' attribute
- Add 'svg' tag to Preview page
Documents
- Update README.md and docs
- Add
<svg>
,<video>
to Preview page
v1.1.0
Full Changelog: v1.0.0...v1.1.0
Features
- Add
text-size-adjust: none
Documents
- Update README.md and docs
- Add
<dialog>
to Preview page
v1.0.0
- First release 🎉
- Release mini doc site