Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
c3ioc.de
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
static pages
c3ioc.de
Commits
ff746b26
Commit
ff746b26
authored
Dec 14, 2020
by
Anne-Victoria
Browse files
Options
Downloads
Patches
Plain Diff
Add warning about editing css file directly
parent
7c12d6c5
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/styles/partials/_css-notice.scss
+10
-0
10 additions, 0 deletions
public/styles/partials/_css-notice.scss
public/styles/style.css
+10
-0
10 additions, 0 deletions
public/styles/style.css
public/styles/style.scss
+1
-0
1 addition, 0 deletions
public/styles/style.scss
with
21 additions
and
0 deletions
public/styles/partials/_css-notice.scss
0 → 100644
+
10
−
0
View file @
ff746b26
/**
*
* DO NOT MODIFY THE CSS FILE DIRECTLY. The CSS is generated from the SCSS file. Make
* all changes in the SCSS files and then regenerate this CSS file. All changes made
* this CSS file will be lost.
*
* To regenerate the CSS file install Sass and then run:
* sass style.scss style.css
*
*/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/styles/style.css
+
10
−
0
View file @
ff746b26
/**
*
* DO NOT MODIFY THE CSS FILE DIRECTLY. The CSS is generated from the SCSS file. Make
* all changes in the SCSS files and then regenerate this CSS file. All changes made
* this CSS file will be lost.
*
* To regenerate the CSS file install Sass and then run:
* sass style.scss style.css
*
*/
/* font converted using font-converter.net. thank you! */
/* font converted using font-converter.net. thank you! */
@font-face
{
@font-face
{
font-family
:
"SylexiadSansMedium-Bold"
;
font-family
:
"SylexiadSansMedium-Bold"
;
...
...
This diff is collapsed.
Click to expand it.
public/styles/style.scss
+
1
−
0
View file @
ff746b26
@use
'partials/_css-notice'
;
@use
'partials/_font-faces'
;
@use
'partials/_font-faces'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment