Skip to content

Commit b80cec1

Browse files
committed
Clean up core
1 parent adaf513 commit b80cec1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/uniform.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! UniformCSS v1.2.4 | MIT License | github.com/ThinkUniform/uniformcss */
1+
/*! UniformCSS v1.2.5 | MIT License | github.com/ThinkUniform/uniformcss */
22
/*! purgecss start ignore */
33
:root {
44
--FONT-FAMILIES-----------------:#01;

dist/uniform.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uniformcss",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "A fully configurable utility class generator and CSS framework built for Sass projects.",
55
"main": "main.sass",
66
"scripts": {

uniform/core/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! UniformCSS v1.2.4 | MIT License | github.com/ThinkUniform/uniformcss */
1+
/*! UniformCSS v1.2.5 | MIT License | github.com/ThinkUniform/uniformcss */
22

33
@use "sass:map";
44
@use "sass:list";

0 commit comments

Comments
 (0)