https://github.com/textpattern/textpattern-jquery-ui-theme
The jQuery UI theme used within the Textpattern CMS admin-side.
https://github.com/textpattern/textpattern-jquery-ui-theme
css icons jquery-ui jquery-ui-theme sass scss textpattern
Last synced: 8 months ago
JSON representation
The jQuery UI theme used within the Textpattern CMS admin-side.
- Host: GitHub
- URL: https://github.com/textpattern/textpattern-jquery-ui-theme
- Owner: textpattern
- License: gpl-2.0
- Created: 2013-11-16T13:26:49.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T10:35:29.000Z (9 months ago)
- Last Synced: 2025-04-29T16:25:31.394Z (9 months ago)
- Topics: css, icons, jquery-ui, jquery-ui-theme, sass, scss, textpattern
- Language: SCSS
- Homepage:
- Size: 2.05 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Textpattern jQuery UI theme
[](https://github.com/sponsors/textpattern)
The jQuery UI theme used within the [Textpattern CMS](https://textpattern.com/) admin-side.
## Supported web browsers
* Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.
* Firefox ESR latest major point release.
## Installation
The package can be included in your project via NPM, like so:
```ShellSession
$ npm install textpattern-jquery-ui-theme --save-dev
```
## Requirements
Building this repository requires:
* [Node.js](https://nodejs.org/)
## Build setup
### Installing required tools
The project uses [Webpack](https://webpack.github.io/) to run tasks and [Sass](http://sass-lang.com/) for CSS pre-processing. First make sure you have a recent version of [Node.js](https://nodejs.org/) installed. You can install Node.js using the [installer](https://nodejs.org/en/download/) or [package manager](https://nodejs.org/en/download/package-manager/).
### Installing dependencies
After you have Node.js taken care of, you can install the project's dependencies. Navigate to the project's directory, and run the dependency manager:
```ShellSession
$ cd textpattern-jquery-ui-theme
$ npm install
```
**npm** installs Webpack and any necessary JavaScript packages.
## Building
This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run the build:
```ShellSession
$ npm run build
```
## Pre-built version
We provide a pre-built version of the theme files within the `dist` directory in case you don't want to build it yourself.
## License
Licensed under the [GPLv2 license](https://github.com/textpattern/textpattern-jquery-ui-theme/blob/master/LICENSE).