archcss 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog +76 -0
- package/css/@fontawesome/css/{fontawessome.css → fontawesome.css} +37 -4
- package/css/@fontawesome/css/{fontawessome.min.css → fontawesome.min.css} +3 -3
- package/css/@fontawesome/js/all.js +275 -231
- package/css/@fontawesome/js/all.min.js +2 -2
- package/css/@fontawesome/webfonts/fa-brands-400.ttf +0 -0
- package/css/@fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- package/css/@fontawesome/webfonts/fa-regular-400.ttf +0 -0
- package/css/@fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- package/css/@fontawesome/webfonts/fa-solid-900.ttf +0 -0
- package/css/@fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- package/css/@fontawesome/webfonts/fa-v4compatibility.ttf +0 -0
- package/css/@fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
- package/css/@googleapis/fonts.min.css +1 -1
- package/css/arch.dev.css +32231 -4541
- package/css/arch.min.css +2 -2
- package/css/{arch.css → architect.css} +3 -3
- package/index.js +2 -2
- package/js/dom.js +527 -398
- package/package.json +7 -18
- package/readme.md +50 -6
- /package/css/@fontawesome/{license → LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "archcss",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "The Architect CSS, is utility-first CSS framework that allows you to quickly create and design your websites and applications with flexible, easy-to-use classes without writing any custom CSS.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -11,26 +11,15 @@
|
|
|
11
11
|
"url": "git+https://github.com/archcss-dev/archcss.git"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
|
-
"
|
|
14
|
+
"javascript",
|
|
15
15
|
"opensource",
|
|
16
|
+
"framework",
|
|
16
17
|
"ui",
|
|
17
18
|
"ux",
|
|
18
|
-
"css",
|
|
19
|
-
"css3",
|
|
20
|
-
"javascript",
|
|
21
|
-
"scss",
|
|
22
|
-
"sass",
|
|
23
|
-
"typescript",
|
|
24
|
-
"framework",
|
|
25
19
|
"css-framework",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"npm-package",
|
|
30
|
-
"style",
|
|
31
|
-
"styles",
|
|
32
|
-
"stylesheets",
|
|
33
|
-
"styles-css"
|
|
20
|
+
"architect",
|
|
21
|
+
"architect-ui",
|
|
22
|
+
"archcss"
|
|
34
23
|
],
|
|
35
24
|
"author": "Beba Godfried",
|
|
36
25
|
"license": "MIT",
|
package/readme.md
CHANGED
|
@@ -1,7 +1,51 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://archcss.com/">
|
|
3
|
+
<img src="https://get.archcss.com/brand/archcss-logo-banner-t.png" alt="Architect CSS logo" width="" height="">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<h3 align="center">Architect CSS</h3>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
Craft dynamic, feature-rich frontend experiences with a versatile designs. Leverage a utility-first CSS framework for flexible design directly in your HTML
|
|
11
|
+
<br>
|
|
12
|
+
<a href="https://archcss.com"><strong>Explore Architect CSS docs »</strong></a>
|
|
13
|
+
<br>
|
|
14
|
+
<br>
|
|
15
|
+
<a href="https://github.com/archcss-dev/archcss/issues/new?assignees=-&labels=bug&template=bug_report.yml">Report bug</a>
|
|
16
|
+
·
|
|
17
|
+
<a href="https://github.com/archcss-dev/archcss/issues/new?assignees=&labels=feature&template=feature_request.yml">Request feature</a>
|
|
18
|
+
</p>
|
|
19
|
+
|
|
20
|
+
## Quick start
|
|
21
|
+
|
|
22
|
+
Available options:
|
|
23
|
+
|
|
24
|
+
- [Download the latest release](https://github.com/archcss-dev/archcss/archive/v2.0.0.zip)
|
|
25
|
+
- Clone the repo: `git clone https://github.com/archcss-dev/archcss.git`
|
|
26
|
+
- Install with [npm](https://www.npmjs.com/): `npm install archcss@v2.0.0`
|
|
27
|
+
- Import from [jsdelivr](https://jsdelivr.com/): `https://cdn.jsdelivr.net/npm/archcss`
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
[Previous releases](https://github.com/archcss-dev/archcss/releases) are also available for download.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## Community
|
|
34
|
+
|
|
35
|
+
Get updates on Architect CSS's development and chat with the project maintainers and community members.
|
|
36
|
+
|
|
37
|
+
- Ask questions and explore [our GitHub Discussions](https://github.com/archcss-dev/archcss/discussions).
|
|
38
|
+
- Developers should use the keyword `archcss` on packages which modify or add to the functionality of Architect CSS when distributing through [npm](https://www.npmjs.com/browse/keyword/archcss) or similar delivery mechanisms for maximum discoverability.
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## Creator(s)
|
|
42
|
+
|
|
43
|
+
**Beba Godfried A.**
|
|
44
|
+
|
|
45
|
+
- <https://github.com/bebagodfried>
|
|
46
|
+
|
|
47
|
+
## Copyright and license
|
|
48
|
+
|
|
49
|
+
Code released under the [MIT License](https://github.com/archcss-dev/archcss/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
|
|
50
|
+
|
|
4
51
|
|
|
5
|
-
**Git:** https://github.com/archcss-dev/archcss.git
|
|
6
|
-
**NPM:** https://www.npmjs.com/package/archcss
|
|
7
|
-
**CDN:** https://cdn.jsdelivr.net/npm/archcss@1.0.0
|
|
File without changes
|