Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Ignore node files
/node_modules

# For the development of the theme
.lando.yml
5 changes: 5 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"assets/scss/lib/_variables.scss",
"assets/scss/lib/vendor/*"
],
"extends": "stylelint-config-standard",
"plugins": [
"stylelint-scss"
],
"rules": {
"block-closing-brace-newline-before": null,
"block-no-empty": null,
"color-no-invalid-hex": true,
"selector-list-comma-newline-after": "always",
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# LocalGov Drupal Theme

Feature rich base theme for LocalGov Drupal sites.

## Requirements

* node 10+
* yarn 1.13+ _or npm 6.4+_

## Setup

....

## Usage

`lando npm run dev` for development build

`lando npm run build` for production build
3 changes: 2 additions & 1 deletion assets/css/font-face.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/css/font-face.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion assets/css/lib/main.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/lib/main.css.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/css/lib/vendor/bootstrap-ie8.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/lib/vendor/bootstrap-ie8.css.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/css/lib/vendor/bootstrap-ie9.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading