Skip to content

Commit fdda0fd

Browse files
committed
Bump to 2.0.0
1 parent c3dbc31 commit fdda0fd

16 files changed

+21
-19
lines changed

dist/css/flatify-min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/flatify-noprefix-min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/flatify-noprefix.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/flatify.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/flatify-min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/flatify.js

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/maps/flatify-min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/maps/flatify-min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/maps/flatify-noprefix-min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/maps/flatify-noprefix.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/maps/flatify.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/maps/flatify.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/flatify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* FlatifyCSS version 1.5.4-4
2+
* FlatifyCSS version 2.0.0
33
* Modern flat design framework for the web — inspired by Duolingo design system.
44
* Copyright 2021-2022 The FlatifyCSS Authors
55
* Licensed under MIT (https://github.com/amir2mi/flatifycss/blob/master/LICENSE)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flatifycss",
3-
"version": "1.5.4-4",
3+
"version": "2.0.0",
44
"description": "Modern flat design framework for the web — inspired by Duolingo design system.",
55
"main": "index.html",
66
"repository": {

scss/flatify.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* FlatifyCSS version 1.5.4-4
2+
* FlatifyCSS version 2.0.0
33
* Modern flat design framework for the web — inspired by Duolingo design system.
44
* Copyright 2021-2022 The FlatifyCSS Authors
55
* Licensed under MIT (https://github.com/amir2mi/flatifycss/blob/master/LICENSE)

website/docs/overview/rtl.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_position: 8
55

66
FlatifyCSS supports the right to left layout, it is done by using `inline` featuers of CSS therefore elements are automatically positioned based on the document `direction`.
77

8+
Note that you need to set `dir="rtl"` attribute for `<html>` tag and `.rtl` class as well.
9+
810
Here are the list of CSS properties that is used to dynamically position elements based on `direction`:
911

1012
- [`inset-inline`](https://developer.mozilla.org/en-US/docs/Web/CSS/inset-inline)

0 commit comments

Comments
 (0)