Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
![npm](https://img.shields.io/npm/v/style-forge.base)
![license](https://img.shields.io/npm/l/style-forge.base)
![npm](https://img.shields.io/npm/dm/style-forge.base)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b1937fcb74d44c3db8d5f1bfcbc38862)](https://app.codacy.com/gh/Style-Forge/base/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![build](https://github.com/style-forge/base/actions/workflows/release.yml/badge.svg)

`Style-Forge.Base` provides the foundational CSS variables and base styles for the Style Forge framework. It includes essential typography, color schemes, and utility classes, ensuring a consistent and customizable design system for your web projects.
Expand Down
4 changes: 2 additions & 2 deletions base.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "style-forge.base",
"version": "2025.1.5",
"version": "2025.1.6",
"description": "Style-Forge.Base: foundational CSS variables, base styles, typography, colors, utilities for consistent design.",
"type": "module",
"main": "base.css",
Expand Down Expand Up @@ -32,8 +32,9 @@
"build": "node builder.js"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"autoprefixer": "^10.4.20",
"caniuse-lite": "^1.0.30001690",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-minify": "^1.1.0"
},
Expand Down
8 changes: 0 additions & 8 deletions src/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ textarea
min-height: 32px;
}

select[multiple] option,
select[multiple] optgroup
{
margin: 0 -0.75em;
padding: 0.4em 0.75em;
}
select[multiple] optgroup option { margin: 0 }

input[type='checkbox'],
input[type='color'],
input[type='file'],
Expand Down
Loading
Loading