Skip to content

Commit

Permalink
Merge pull request #11 from area17/feature/support-theme-prefix
Browse files Browse the repository at this point in the history
Feature - Support Theme Prefix for all plugins
  • Loading branch information
mrdoinel authored Feb 14, 2024
2 parents c7ed6dd + 17f95b4 commit d874142
Show file tree
Hide file tree
Showing 18 changed files with 332 additions and 332 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We also wanted to include a few utility classes that would simplify some common
## Requirements

* [TailwindCSS](https://tailwindcss.com/)
* tested in Tailwind <code>2.x.x</code> (with and without JIT) and <code>3.2.x</code>
* tested in Tailwind <code>2.x.x</code> (with and without JIT) and <code>3.4.x</code>

## Setup

Expand Down
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.13.0] - 2024-02-14

### Fixed

- Fix usage of a global Prefix with the plugins
For example by setting up `a17` as prefix, the generated classes will look like this :
```
.container => .a17-container
.f-heading-01 => .a17-f-heading-01
```

## [3.12.0] - 2024-01-23

### Changed

- `npm audit` updated browser sync
- updated node version to `20.11.0`

Expand All @@ -29,25 +41,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [3.11.0] - 2024-01-18

### Changed

- Update dependencies - TailwindCSS >2.4.x
- ran `npm update`

## [3.10.0] - 2023-12-07

## Added

- add `ms-`, `me-`, `ps-`, `pe-`, `start-` and `end-`

### Fixed

- make vw calc variants demo more clear
- layout and typography tests updated

### Changed

- ran eslint/prettier
- ran `npm update`

## [3.9.0] - 2023-06-22

### Changed

- refactor typography generation to use CSS variables to allow overridable type

## [3.8.1] - 2023-04-13
Expand Down
5 changes: 4 additions & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,14 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.5)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.17.0)
nokogiri (1.14.1-x86_64-darwin)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -250,6 +252,7 @@ GEM
webrick (1.8.1)

PLATFORMS
arm64-darwin-23
x86_64-darwin-21
x86_64-darwin-23

Expand Down
Loading

0 comments on commit d874142

Please sign in to comment.