Giter VIP home page Giter VIP logo

block-margin's People

Contributors

jeremyfelt avatar philcable avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

crimann

block-margin's Issues

Add default spacing styles

Potential default styles for the plugin. The 2021 theme for WordPress uses the variable --global--spacing-unit to set a default spacing to apply to margins and paddings. If a theme has --global--spacing-unit set then that will be used by the plugin. If not, then a fallback of 1.25rem (20px on most browsers, unless changed by the themes CSS) will be used as the base for plugin. Each option will use a multiple of the set spacing.

:root {
   --hpmb-spacing: var(--global--spacing-unit), 1.25rem);

   --hpmb-spacing-small: var(--hpmb-spacing);
   --hpmb-spacing-medium: calc(var(--hpmb-spacing) * 2);
   --hpmb-spacing-large: calc(var(--hpmb-spacing) * 4);
   --hpmb-spacing-huge: calc(var(--hpmb-spacing) * 6);
}

.has-zero-margin-top {
	margin-top: 0;
}

.has-small-margin-top {
	margin-top: var(--hpmb-spacing-small);
}

.has-medium-margin-top {
	margin-top: var(--hpmb-spacing-medium);
}

.has-large-margin-top {
	margin-top: var(--hpmb-spacing-large);
}

.has-huge-margin-top {
	margin-top: var(--hpmb-spacing-huge);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.