This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2017-01-28T09:41:50.064Z"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2017-12-08T23:39:17.909Z","extensionVersion":"v2.8.6"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "reddreader", | |
"version": "1.0.0", | |
"license": "MIT", | |
"author": "Jacob E. Dawson", | |
"angular-cli": {}, | |
"scripts": { | |
"ng": "ng", | |
"start": "node server.js", | |
"preserve": "tsc -p server", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// import requirements | |
const gulp = require('gulp'); | |
const sass = require('gulp-sass'); | |
const autoprefixer = require('gulp-autoprefixer'); | |
const minifycss = require('gulp-uglifycss'); // Minifies CSS files. | |
const combineMQ = require('gulp-combine-mq'); | |
const sourceMaps = require('gulp-sourcemaps'); | |
const babel = require('gulp-babel'); | |
const concat = require('gulp-concat'); | |
const uglify = require('gulp-uglify'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import '~@angular/material/theming'; | |
// always include only once per project | |
@include mat-core(); | |
$mytheme-primary: mat-palette($mat-green); | |
$mytheme-accent : mat-palette($mat-green, A100, A400, A700); | |
$mytheme-warn : mat-palette($mat-red); | |
$mytheme-theme: mat-light-theme($mytheme-primary, $mytheme-accent, $mytheme-warn); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* You can add global styles to this file, and also import other style files */ | |
@import "~@angular/material/prebuilt-themes/indigo-pink.css"; // import a base theme | |
// import your custom theme | |
@import './sass/mytheme.scss'; | |
// include your custom theme with a class | |
.mytheme { | |
@include angular-material-theme($mytheme); | |
} | |
// example other global styles | |
body { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"styles": [ | |
"../node_modules/open-sans-fontface/open-sans.css", | |
"../node_modules/bootstrap/dist/css/bootstrap.min.css", | |
// THIS | |
"./sass/mytheme.scss", | |
"styles.scss" | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-04-30T05:04:28.824Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body{background:#62374e}p{width:50px;height:50px;background:#fdc57b;position:absolute}#a,#b{top:34px}#c,#d{bottom:34px}#a,#c{left:50px}#b,#d{right:50px} | |
OlderNewer