material-design-light icon indicating copy to clipboard operation
material-design-light copied to clipboard

A lightweight CSS framework implementing the Material Design 3.

Results 19 material-design-light issues
Sort by recently updated
recently updated
newest added

Bumps [sass](https://github.com/sass/dart-sass) from 1.59.3 to 1.63.4. Release notes Sourced from sass's releases. Dart Sass 1.63.4 To install Sass 1.63.4, download one of the packages below and add it to your...

dependencies
javascript

Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependencies [yaml](https://github.com/eemeli/yaml), [cssnano](https://github.com/cssnano/cssnano), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss). These dependencies need to be updated together. Updates `yaml` from 2.2.1 to 2.2.2 Release notes Sourced from...

dependencies
javascript

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.8. Release notes Sourced from prettier's releases. 2.8.8 This version is a republished version of v2.8.7. A bad version was accidentally published and it can't...

dependencies
javascript

Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4. Release notes Sourced from nunjucks's releases. v3.2.4 What's Changed fix: html encode backslashes if used with escape filter or autoescape by @​fdintino in mozilla/nunjucks#1437....

dependencies
javascript

this PR fixed #98 @robinlahtinen Could you please review whenever you have time?

This is a WIP. textfield-filled is 90% done. outlined is completely broken @robinlahtinen : This is the first stab at fixing #29 . It's currently working on Firefox and Chrome....

Bumps [rfs](https://github.com/twbs/rfs) from 9.0.6 to 10.0.0. Release notes Sourced from rfs's releases. v10.0.0 What's Changed BREAKING Node.js >= 12 is required Fix postcss 8.x compatibility in twbs/rfs#435 Dependency updates CI...

dependencies
javascript

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.21 to 2.0.22. Release notes Sourced from nodemon's releases. v2.0.22 2.0.22 (2023-03-22) Bug Fixes remove ts mapping if loader present (f7816e4), closes #2083 Commits c971fdc Merge branch...

dependencies
javascript

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.7.0 to 8.8.0. Changelog Sourced from eslint-config-prettier's changelog. Version 8.8.0 (2023-03-20) Added: [@​typescript-eslint/lines-around-comment]. Thanks to @​ttionya! Commits 88ba724 eslint-config-prettier v8.8.0 1a7be70 add rule @typescript/lines-around-comment (#246) 130bf88 Move...

dependencies
javascript

**Describe the bug** [Text fields](https://github.com/mdlightdev/material-design-light/blob/main/scss/_fields.scss) uses :has() CSS pseudo-class that many browsers don't support as of yet. **Useful links** - https://caniuse.com/css-has **To Reproduce** Steps to reproduce the behavior: 1. Go...

bug