Socket
Book a DemoInstallSign in
Socket

@forthlaw/styles

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forthlaw/styles

### Notes Front end styling for the Forthlaw suite of Vue projects.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@forthlaw/styles

Notes

Front end styling for the Forthlaw suite of Vue projects.

Example: Styles.Default

This simply returns the filepath for the scss file that can be used to compile/required back into the Vue project. In your nuxt.config.js:

import styles from '@forthlaw/styles'

export default {
	
	...,

  css: [
    '@/static/app.css',
    '@/assets/app.scss',
    styles.Default,
  ],

}

This way, you can override the default styling, but have it as your base in any Vue project.

FAQs

Package last updated on 31 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts