moved all css files into scss folder

This commit is contained in:
Jonas Leder 2021-01-11 14:26:30 +01:00
parent 76a963d7d8
commit a1cad18de2
13 changed files with 27 additions and 15 deletions

View file

@ -1 +1,2 @@
.idea/
.idea/
public/css/

4
.gitignore vendored
View file

@ -4,5 +4,5 @@ public/internal/config.php
#phpstorm
.idea/
#node
node_modules/
#build css folder
public/css

View file

@ -2,6 +2,7 @@
FROM ruby:latest AS build-env
WORKDIR /build
COPY . /build
RUN mkdir /build/public/css
RUN gem install sass
RUN sass --update scss:public/css

File diff suppressed because one or more lines are too long

View file

10
public/node_modules/.yarn-integrity generated vendored Normal file
View file

@ -0,0 +1,10 @@
{
"systemParams": "win32-x64-72",
"modulesFolders": [],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}

File diff suppressed because one or more lines are too long