Example using albums post type, change for your post type.
/* src/api/albums/routes/01-import.js */
module.exports = {| 'use strict'; | |
| // Dependencies | |
| const { gulp, series, parallel, src, dest, watch } = require('gulp'); | |
| const concat = require('gulp-concat'); | |
| const babel = require('gulp-babel'); | |
| const uglify = require('gulp-uglify'); | |
| const sass = require('gulp-sass'); | |
| const sourcemaps = require('gulp-sourcemaps'); |
| @import "./info"; | |
| .dd-m-post { | |
| // margin-top: rem(27px); | |
| margin-bottom: rem(27px); | |
| @media (min-width: $tablet) { | |
| // margin-top: rem(55px); | |
| margin-bottom: rem(55px); | |
| } |
| $rem-baseline: 16px !default; | |
| $rem-fallback: false !default; | |
| $rem-px-only: false !default; | |
| @use 'sass:math'; | |
| @function rem-separator($list, $separator: false) { | |
| @if $separator== 'comma' or $separator== 'space' { | |
| @return append($list, null, $separator); | |
| } |
| :root { | |
| --ion-color-primary: #0053d4; | |
| --ion-color-primary-rgb: 0, 83, 212; | |
| --ion-color-primary-contrast: #ffffff; | |
| --ion-color-primary-contrast-rgb: 255, 255, 255; | |
| --ion-color-primary-shade: #003b9c; | |
| --ion-color-primary-tint: #0062ff; | |
| --ion-color-secondary: #00cc99; |
Open the Terminal app and type:
sudo dot_clean -mn /Volumes/SD/<console>where /Volumes/SD is the path to your SD card and `` is the name of the console (eg: snes)