https://github.com/cleoold/pretty-css-stuff
Personal collection of CSS button widgets.
https://github.com/cleoold/pretty-css-stuff
button css html
Last synced: 11 months ago
JSON representation
Personal collection of CSS button widgets.
- Host: GitHub
- URL: https://github.com/cleoold/pretty-css-stuff
- Owner: cleoold
- License: mit
- Created: 2020-02-10T01:23:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T04:24:48.000Z (over 6 years ago)
- Last Synced: 2025-03-16T08:28:36.239Z (over 1 year ago)
- Topics: button, css, html
- Language: CSS
- Homepage: https://cleoold.github.io/Pretty-CSS-Stuff/
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Pretty-CSS-Stuff
Personal collection of CSS button widgets
### Preview
https://cleoold.github.io/Pretty-CSS-Stuff/
### Where to get
Inside `dist` folder, download and embed `cosbuttons-min.css`.
### Stripping unwanted styles
If you do not want this color for example:
```css
.cos-btn-transparent-black:extend(.cos-btn-transparent all) {
...
}
```
You can remove them and only keep the necessary ones. Then run following commands
```bash
% npm run install
% npm run build
```
And take the same file inside `dist`.