Skip to content

Commit a39eea1

Browse files
committed
Bump patch version number
1 parent 840e846 commit a39eea1

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

dist/uniform.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! UniformCSS v1.2.6 | MIT License | github.com/ThinkUniform/uniformcss */
1+
/*! UniformCSS v1.2.7 | MIT License | github.com/ThinkUniform/uniformcss */
22
/*! purgecss start ignore */
33
:root {
44
--FONT-FAMILIES-----------------:#01;
@@ -1842,11 +1842,11 @@ select {
18421842
}
18431843

18441844
.list-inside {
1845-
list-style-positions: inside;
1845+
list-style-position: inside;
18461846
}
18471847

18481848
.list-outside {
1849-
list-style-positions: outside;
1849+
list-style-position: outside;
18501850
}
18511851

18521852
.leading-tightest {

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.6",
3+
"version": "1.2.7",
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.6 | MIT License | github.com/ThinkUniform/uniformcss */
1+
/*! UniformCSS v1.2.7 | MIT License | github.com/ThinkUniform/uniformcss */
22

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

0 commit comments

Comments
 (0)