Skip to content

Commit 4c588f6

Browse files
Article type pages design system rollout (GoogleChrome#6769)
* Create a post-next partial and use the handbook as a test zone * Add legacy rollout Sass file * Add flush exception to wrapper * Remove weird vim-ism * Minimum rollout legacy styles * Account for video element * Set post to use new CSS * Implement author ds markup * Integrate new TOC * Implement breadcrumbs * Fix up codelab callout * Tags and meta info * Fix questionable lint rule... * Implement hero image * post layout and elements work * Fix up aside and missing closing tag * Add some nicer treatment to figures * Switch out codelab * Prose unordered list tweaks * Fix heading anchors * fix(titles): urls in titles are not linkified, see GoogleChrome#6860 * Pr feedback with share action * Pre-merge cleanup * Move former temporary styles to permanent home * Simplify stats markup. Fixes GoogleChrome#6865 Co-authored-by: Michael Solati <[email protected]>
1 parent 281cf7f commit 4c588f6

28 files changed

+720
-33409
lines changed

gulp-tasks/sass.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
const {dest, src} = require('gulp');
22
const sassProcessor = require('gulp-sass')(require('sass'));
33

4-
const sourceFiles = ['./src/scss/next.scss', './src/styles/main.scss'];
4+
const sourceFiles = [
5+
'./src/scss/next.scss',
6+
'./src/styles/main.scss',
7+
'./src/styles/legacy-rollout.scss',
8+
];
59

610
// Flags wether we compress the output etc
711
const isProduction = process.env.ELEVENTY_ENV === 'prod';

0 commit comments

Comments
 (0)