Skip to content

Commit

Permalink
Clean up core
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsupark committed Dec 17, 2021
1 parent adaf513 commit b80cec1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/uniform.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UniformCSS v1.2.4 | MIT License | github.com/ThinkUniform/uniformcss */
/*! UniformCSS v1.2.5 | MIT License | github.com/ThinkUniform/uniformcss */
/*! purgecss start ignore */
:root {
--FONT-FAMILIES-----------------:#01;
Expand Down
2 changes: 1 addition & 1 deletion dist/uniform.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniformcss",
"version": "1.2.4",
"version": "1.2.5",
"description": "A fully configurable utility class generator and CSS framework built for Sass projects.",
"main": "main.sass",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion uniform/core/_index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UniformCSS v1.2.4 | MIT License | github.com/ThinkUniform/uniformcss */
/*! UniformCSS v1.2.5 | MIT License | github.com/ThinkUniform/uniformcss */

@use "sass:map";
@use "sass:list";
Expand Down

0 comments on commit b80cec1

Please sign in to comment.