PHPackages                             evpp/evpp\_utdk3\_theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. evpp/evpp\_utdk3\_theme

ActiveDrupal-custom-theme[Utility &amp; Helpers](/categories/utility)

evpp/evpp\_utdk3\_theme
=======================

Drupal theme used with the UT Drupal Kit

1.1.3(4y ago)02711GPL-2.0-or-laterCSS

Since Jun 4Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ut-evpp/evpp_utdk3_theme)[ Packagist](https://packagist.org/packages/evpp/evpp_utdk3_theme)[ Docs](https://drupalkit.its.utexas.edu)[ RSS](/packages/evpp-evpp-utdk3-theme/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)DependenciesVersions (11)Used By (1)

EVPP Theme
==========

[](#evpp-theme)

This is a Drupal theme maintained by the Office of the Executive Vice President and Provost for use with the UT Drupal Kit. It is based on the Bootstrap library v4.

**Contents**

- [Development](#development)
    - [Setup](#setup)
    - [Writing &amp; compiling SCSS](#writing--compiling-scss)

Development
-----------

[](#development)

### Setup

[](#setup)

Developers first will need to install [NodeJS and NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) on their local development machine.

**Tip**

> Using [Node Version Manager (NVM)](https://www.npmjs.com/package/nvm) is now recommended for installing Node. It is not required, however, and you may continue to use a global installation of Node.

Your subtheme of Forty Acres will include a `package.json` file, which defines package dependencies needed for theme development. The `gulpfile.js` file additionally defines tasks for linting and compiling CSS. From the root directory of your subtheme, run:

`npm install`

This will generate a `node_modules/` directory of dependencies. This directory should **not** be versioned as part your codebase; if you are using Git for version control, you should add this directory to your `.gitignore` file so it will not be committed to your repository.

### Writing &amp; compiling SCSS

[](#writing--compiling-scss)

The CSS rendered for a Drupal theme is defined in that theme’s `.libraries.yml` file (see [Adding stylesheets (CSS) and JavaScript (JS) to a Drupal theme](https://www.drupal.org/docs/theming-drupal/adding-stylesheets-css-and-javascript-js-to-a-drupal-theme)). When using an SCSS workflow, however, you should not directly modifiy the referenced CSS files: the `/css` directory in your theme represents the compiled version of any SCSS files you are using.

Instead, you should edit the SCSS. There are a handful of boilerplate SCSS files located in the `/src/scss` directory to get started.

To build the CSS for use with your theme, run:

`npm run gulp`

Whenever a code change is saved to your SCSS, Gulp will recompile all SCSS files located in `/src/scss` into CSS equivalents in `/css`, and will autoprefix the CSS for cross-browser support.

Additionally, this Gulp task will “lint” your SCSS, enforcing syntax standards to make your code more consistent and readable. Syntax rule violations will print directly to your terminal window during the build process.

**Hint**

> The command `npm run gulp` (as opposed to simply `gulp`) runs using the locally installed version of Gulp, located at `node_modules/gulp/bin/gulp.js`, ensuring that an expected version of the task runner is used.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~26 days

Recently: every ~5 days

Total

8

Last Release

1664d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4305692?v=4)[Mark Fullmer](/maintainers/markfullmer)[@markfullmer](https://github.com/markfullmer)

![](https://avatars.githubusercontent.com/u/38081?v=4)[Paul Grotevant](/maintainers/gravelpot)[@gravelpot](https://github.com/gravelpot)

![](https://www.gravatar.com/avatar/fa3a96320e299ee08a876e9459864ddb48fbb4a5347727a0c4926227b3245677?d=identicon)[pfgutexas](/maintainers/pfgutexas)

![](https://avatars.githubusercontent.com/u/2952371?v=4)[Doug Addison](/maintainers/daddison)[@daddison](https://github.com/daddison)

![](https://avatars.githubusercontent.com/u/21373356?v=4)[bjc2265](/maintainers/bjc2265)[@bjc2265](https://github.com/bjc2265)

![](https://avatars.githubusercontent.com/u/1998924?v=4)[Marcus Marler](/maintainers/marcusmarler)[@marcusmarler](https://github.com/marcusmarler)

![](https://avatars.githubusercontent.com/u/134223327?v=4)[Hamza TULMAÇ](/maintainers/ht777)[@ht777](https://github.com/ht777)

---

Top Contributors

[![jmf3658](https://avatars.githubusercontent.com/u/34824280?v=4)](https://github.com/jmf3658 "jmf3658 (3 commits)")

---

Tags

drupalUT Drupal Kit

### Embed Badge

![Health badge](/badges/evpp-evpp-utdk3-theme/health.svg)

```
[![Health](https://phpackages.com/badges/evpp-evpp-utdk3-theme/health.svg)](https://phpackages.com/packages/evpp-evpp-utdk3-theme)
```

###  Alternatives

[lullabot/amp

A set of useful classes and utilities to convert html to AMP html (See https://www.ampproject.org/)

3793.0M10](/packages/lullabot-amp)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M526](/packages/drupal-core-composer-scaffold)[mnsami/composer-custom-directory-installer

A composer plugin, to help install packages of different types in custom paths.

1415.3M59](/packages/mnsami-composer-custom-directory-installer)[drupal/core-project-message

Adds a message after Composer installation.

2124.0M193](/packages/drupal-core-project-message)[aleksip/plugin-data-transform

Data Transform Plugin for Pattern Lab PHP

34903.0k3](/packages/aleksip-plugin-data-transform)[acquia/drupal-recommended-settings

The composer plugin for adding drupal-recommended-settings for Acquia Cloud.

111.3M5](/packages/acquia-drupal-recommended-settings)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
