@nulllogic/scssleon 1.0.1
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/.dockerignore +2 -0
- package/.eslintignore +2 -0
- package/.prettierignore +1 -0
- package/CHANGELOG.md +0 -0
- package/CONTRIBUTING.md +0 -0
- package/Dockerfile +29 -0
- package/LICENSE +20 -0
- package/Makefile +22 -0
- package/README.md +76 -0
- package/dist/css/scssleon.css +1830 -0
- package/dist/css/scssleon.css.map +1 -0
- package/package.json +42 -0
package/.dockerignore
ADDED
package/.eslintignore
ADDED
package/.prettierignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
scss/themes/*
|
package/CHANGELOG.md
ADDED
|
File without changes
|
package/CONTRIBUTING.md
ADDED
|
File without changes
|
package/Dockerfile
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
FROM alpine:latest as linux
|
|
2
|
+
|
|
3
|
+
LABEL name="scssleon"
|
|
4
|
+
LABEL version="1.0.0"
|
|
5
|
+
LABEL maintainer="Vladimir Lukyanov | vladimir@lukyanov.net"
|
|
6
|
+
LABEL description="Docker container for SCSSleon generator"
|
|
7
|
+
|
|
8
|
+
ARG SASS_VERSION="1.77.1"
|
|
9
|
+
|
|
10
|
+
RUN apk update && apk add curl
|
|
11
|
+
|
|
12
|
+
WORKDIR /tmp
|
|
13
|
+
|
|
14
|
+
# 1st command
|
|
15
|
+
# var `arch` get architecture type
|
|
16
|
+
|
|
17
|
+
# 2nd command
|
|
18
|
+
# -s silent
|
|
19
|
+
# -f no output at all on server errors
|
|
20
|
+
# -S show an error message if it fails
|
|
21
|
+
# -L server reports that the requested page has moved to a different location
|
|
22
|
+
|
|
23
|
+
RUN TARGET_ARCH=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/) && \
|
|
24
|
+
curl -fsSL https://github.com/sass/dart-sass/releases/download/${SASS_VERSION}/dart-sass-${SASS_VERSION}-linux-${TARGET_ARCH}-musl.tar.gz | \
|
|
25
|
+
tar -xvz --strip-components 1 -C /opt/
|
|
26
|
+
|
|
27
|
+
WORKDIR /app
|
|
28
|
+
|
|
29
|
+
ENTRYPOINT [ "/opt/sass" ]
|
package/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
(The MIT License)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2014 Vladimir Lukyanov <vladimir.lukyanoff@gmail.com>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
+
this software and associated documentation files (the 'Software'), to deal in
|
|
7
|
+
the Software without restriction, including without limitation the rights to
|
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
9
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
10
|
+
subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
17
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
18
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
19
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/Makefile
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.PHONY: help build docs dist watch clear
|
|
2
|
+
|
|
3
|
+
CURRENT_DIR := $(PWD)
|
|
4
|
+
|
|
5
|
+
help:
|
|
6
|
+
@echo "[ENV SETUP]"
|
|
7
|
+
|
|
8
|
+
dist:
|
|
9
|
+
@echo "[Compiling SCSS files and minifying]"
|
|
10
|
+
npm run css && npm run minify
|
|
11
|
+
|
|
12
|
+
clear:
|
|
13
|
+
@echo "[Cleaning old Docker images]"
|
|
14
|
+
docker rmi -f $(docker images -f "dangling=true" -q)
|
|
15
|
+
|
|
16
|
+
watch:
|
|
17
|
+
@echo "[Watching for changes]"
|
|
18
|
+
docker run --init --rm -it -v $(CURRENT_DIR)/:/app scssleon --watch ./scss/scssleon.scss ./dist/css/scssleon.css
|
|
19
|
+
|
|
20
|
+
build:
|
|
21
|
+
@echo "[Building Docker image]"
|
|
22
|
+
docker build --build-arg SASS_VERSION=1.77.8 -t scssleon .
|
package/README.md
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
<p align="left">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="./.imgs/header.jpg">
|
|
4
|
+
<img alt="XII/Grid CSS framework" src="./.imgs/header.jpg">
|
|
5
|
+
</picture>
|
|
6
|
+
</p>
|
|
7
|
+
Welcome to XII/Grid CSS framework ! It's the most advanced responsive front-end framework, that can boost development of your website or project. It was built in love and with love from internet technologies. Peace !
|
|
8
|
+
|
|
9
|
+
<hr />
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
– [ <a href="https://nulllogic.github.io/xiigrid/">Demo</a> ] — [ <a href="http://nulllogic.github.io/xiigrid/docs">Documentation</a> ] — [ <a href="https://github.com/nulllogic/xiigrid/issues">Bugs/Issues</a> ] — [ <a href="https://stackoverflow.com/questions/tagged/xiigrid">StackOverflow</a> ] –
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
<p align="center">
|
|
16
|
+
<a href="https://nulllogic.net/"><img src="./.imgs/logo.png" alt="NullLogic logo"></a>
|
|
17
|
+
</p>
|
|
18
|
+
|
|
19
|
+
## ┌ Quickstart ┐
|
|
20
|
+
|
|
21
|
+
[](https://vimeo.com/83573522)
|
|
22
|
+
|
|
23
|
+
## ┌ Documentation ┐
|
|
24
|
+
|
|
25
|
+
<p align="left">
|
|
26
|
+
<img src="./.imgs/documentation.jpg" width="100%" alt="xiigrid documentation">
|
|
27
|
+
</p>
|
|
28
|
+
|
|
29
|
+
xiigrid's documentation, included in this repo in the root directory, is built with [Hugo](https://gohugo.io/) and publicly hosted on GitHub Pages at <https://nulllogic.github.io/xiigrid//>. The docs may also be run locally.
|
|
30
|
+
|
|
31
|
+
Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/assets/js/search.js`.
|
|
32
|
+
|
|
33
|
+
### ─ Running documentation locally
|
|
34
|
+
|
|
35
|
+
1. From the root `/` directory, run `make docs` in the command line.
|
|
36
|
+
2. Open `http://localhost:8000/xiigrid/` in your browser.
|
|
37
|
+
3. Enjoy the documentation locally
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
Learn more about using Hugo by reading its [documentation](https://gohugo.io/documentation/).
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## ┌ Contributing ┐
|
|
45
|
+
|
|
46
|
+
<p align="left">
|
|
47
|
+
<img src="./.imgs/contributing.jpg" width="100%" alt="xiigrid contributing">
|
|
48
|
+
</p>
|
|
49
|
+
|
|
50
|
+
> For contributing, please view the [CONTRIBUTING](CONTRIBUTING.md).
|
|
51
|
+
|
|
52
|
+
## ┌ Thanks ┐
|
|
53
|
+
|
|
54
|
+
<p align="left">
|
|
55
|
+
<img src="./.imgs/thankyou.jpg" width="100%" alt="xiigrid sponsors">
|
|
56
|
+
</p>
|
|
57
|
+
|
|
58
|
+
<a href="https://www.browserstack.com"><img src="./.imgs/browserstack.jpg" alt="browserstack"></a><br />
|
|
59
|
+
Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers!
|
|
60
|
+
|
|
61
|
+
## ┌ License ┐
|
|
62
|
+
|
|
63
|
+
<p align="left">
|
|
64
|
+
<img src="./.imgs/license.jpg" width="100%" alt="xiigrid licence">
|
|
65
|
+
</p>
|
|
66
|
+
|
|
67
|
+
[MIT license](LICENSE)
|
|
68
|
+
|
|
69
|
+
<!--
|
|
70
|
+
```mermaid
|
|
71
|
+
graph LR
|
|
72
|
+
Frontend -->|API| Backend
|
|
73
|
+
Backend -->|Database| PostgreSQL
|
|
74
|
+
Backend -->|Payment| PaymentService
|
|
75
|
+
```
|
|
76
|
+
-->
|