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
2 changes: 2 additions & 0 deletions assets/css/lib/ck_style.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/lib/ck_style.css.map

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

17 changes: 17 additions & 0 deletions assets/scss/lib/ck_style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* Imports all styles needed to be included within the site's CK editor instances. */

// Import council theme settings
@import 'theme'; // replace with '_variables-REPLACEWITHYOURCOUNCILNAME'


// Functions
@import 'functions';


// Import Bootstrap css
// Required
@import '../../../node_modules/bootstrap/scss/functions';
@import '../../../node_modules/bootstrap/scss/mixins';
@import '../../../node_modules/bootstrap/scss/variables';

@import 'variables';
5 changes: 5 additions & 0 deletions localgov_theme.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ base theme: localgov_skeleton
libraries:
- localgov_theme/global

# Stylesheets specifically for CK editor iframes
ckeditor_stylesheets:
- assets/css/font-face.css
- assets/css/lib/ck_style.css

regions:
header: "Header"
search: "Search"
Expand Down