> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/incari/object/set-stylesheet.md).

# Set Stylesheet

## Overview

![The Set Stylesheet Node.](/files/pZQZx3C9BQ1TGvEQvtuG)

The **Set Stylesheet Node** allows the user to apply a customized *CSS* stylesheet to a **2D** **Object**.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Scene**, **Function**.

## Attributes

![The Set Stylesheet Node Attributes.](/files/UmqujahoRcbPrTsIvcmx)

| Attribute    | Type       | Description                                                                                           |
| ------------ | ---------- | ----------------------------------------------------------------------------------------------------- |
| `Stylesheet` | **String** | The customized stylesheet for the desired **Object**, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** that will have the stylesheet applied to it.           |
| `stylesheet`      | **String**   | The stylesheet that will be applied to the **Object**.                |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
