cutestrap icon indicating copy to clipboard operation
cutestrap copied to clipboard

A strong, independent CSS Framework. Only 2.7KB minified & gzipped.

Results 18 cutestrap issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great project. I have been looking through the documentation and spotted some variable references like the following example: ``` html { --color-primary-tint: hsl(350, 100%, 80%); --color-primary:...

Would you consider a PR that brings in the following utility? ``` .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding:...

I think it would be nice to set the text selection colors based on the current theme settings: ``` ::-moz-selection { background: yellow; } ::selection { background: yellow; } ```...

When using the `multiple` attribute with a element, the arrow to the right should probably be hidden. ![Screenshot from 2020-01-31 16-12-01](https://user-images.githubusercontent.com/122874/73550205-720ad980-4444-11ea-81b3-d26ae6ffb226.png) ![Screenshot from 2020-01-31 16-12-01](https://user-images.githubusercontent.com/122874/73550240-864ed680-4444-11ea-83a9-b0c70de96807.png) Additionally: The label text should...

If you set the `.toolbar` (first child of ``) to `position: sticky` you won't need to set a `margin-top` on the `` which is easier to maintain and allows writing...

When a `.label` after an `` of `type=radio` and `type=checkbox` is within a `.field` that has `display: inline-block` (i.e. ``) the browser will not respect the `cursor: pointer` style applied...

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies